one level

two level

three level

'v_a = "123"'
'''python
a = 1
b = 2
c = a + B
print(c)
'''

a = 1
b = 2
c = a + b
print(c)